* bytecomp.el (meta-flag): Declare this an obsolete variable.
authorJim Blandy <jimb@redhat.com>
Mon, 3 May 1993 03:34:20 +0000 (03:34 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 3 May 1993 03:34:20 +0000 (03:34 +0000)
* bytecomp.el: The `suspend-hooks' variable is obsolete now, and
`suspend-hook' is the right name.

lisp/emacs-lisp/bytecomp.el

index 0cd74063f1d466eded50cd06c10a999631f3a890..c599fbcf9b270325fdaa6b6c9686d779fa5d6cdf 100644 (file)
@@ -3000,8 +3000,9 @@ For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\""
   "use unread-command-events instead.  That variable is a list of events to reread, so it now uses nil to mean `no event', instead of -1.")
 (make-obsolete-variable 'unread-command-event
   "use unread-command-events; this is now a list of events.")
-(make-obsolete-variable 'suspend-hook 'suspend-hooks)
+(make-obsolete-variable 'suspend-hooks 'suspend-hook)
 (make-obsolete-variable 'comment-indent-hook 'comment-indent-function)
+(make-obsolete-variable 'meta-flag "Use the set-input-mode function instead.")
 
 (provide 'byte-compile)